home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global IconList1
- puppetSprite(15, 0)
- sound stop 1
- sound stop 2
- puppetSound(0)
- updateStage()
- tell the stage
- playSFX(5)
- end tell
- repeat with rc in IconList1
- outScope(rc)
- end repeat
- updateStage()
- go(the frame + 1)
- go(the frame - 1)
- repeat with rc in IconList1
- Inscope(rc)
- end repeat
- updateStage()
- iconObj = getaProp(IconList1, the clickOn)
- doRollover(iconObj)
- trackMouse(iconObj)
- end
-